.roll-frame {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.roll-th {
  background-color: #F6F6F6;
  font-weight: bold;
}

.roll-th, .roll-td {
  height: 1.62rem;
}

.roll-th > div, .roll-td > div {
  flex: 1;
  padding: 0 0.5rem 0 0.75rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.roll-td {
  border-bottom: var(--bd);
}

.roll-table {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.roll-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}